home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / beeld / viewers / karsten-setup-3.4.0.exe / {app} / JvDlgsD10R.bpl / 0 / RCDATA / TJVERRORDIALOG / TJVERRORDIALOG.txt
Text File  |  2006-04-25  |  4KB  |  183 lines

  1. object JvErrorDialog: TJvErrorDialog
  2.   Left = 202
  3.   Top = 100
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 252
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyUp = FormKeyUp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BasicPanel: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 288
  29.     Height = 108
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object ErrorText: TLabel
  34.       Left = 53
  35.       Top = 10
  36.       Width = 227
  37.       Height = 88
  38.       Align = alClient
  39.       WordWrap = True
  40.     end
  41.     object IconPanel: TPanel
  42.       Left = 0
  43.       Top = 10
  44.       Width = 53
  45.       Height = 88
  46.       Align = alLeft
  47.       BevelOuter = bvNone
  48.       TabOrder = 0
  49.       object IconImage: TImage
  50.         Left = 8
  51.         Top = 1
  52.         Width = 34
  53.         Height = 34
  54.       end
  55.     end
  56.     object TopPanel: TPanel
  57.       Left = 0
  58.       Top = 0
  59.       Width = 288
  60.       Height = 10
  61.       Align = alTop
  62.       BevelOuter = bvNone
  63.       TabOrder = 1
  64.     end
  65.     object RightPanel: TPanel
  66.       Left = 280
  67.       Top = 10
  68.       Width = 8
  69.       Height = 88
  70.       Align = alRight
  71.       BevelOuter = bvNone
  72.       TabOrder = 2
  73.     end
  74.     object BottomPanel: TPanel
  75.       Left = 0
  76.       Top = 98
  77.       Width = 288
  78.       Height = 10
  79.       Align = alBottom
  80.       BevelOuter = bvNone
  81.       TabOrder = 3
  82.     end
  83.   end
  84.   object DetailsPanel: TPanel
  85.     Left = 0
  86.     Top = 108
  87.     Width = 380
  88.     Height = 144
  89.     Align = alBottom
  90.     BevelInner = bvLowered
  91.     BevelOuter = bvLowered
  92.     TabOrder = 2
  93.     object AddrLabel: TJvLabel
  94.       Left = 53
  95.       Top = 11
  96.       Width = 121
  97.       Height = 13
  98.       Alignment = taRightJustify
  99.       AutoSize = False
  100.       Caption = 'Error address: '
  101.       AutoOpenURL = False
  102.       HotTrackFont.Charset = DEFAULT_CHARSET
  103.       HotTrackFont.Color = clWindowText
  104.       HotTrackFont.Height = -11
  105.       HotTrackFont.Name = 'MS Sans Serif'
  106.       HotTrackFont.Style = []
  107.     end
  108.     object TypeLabel: TJvLabel
  109.       Left = 53
  110.       Top = 30
  111.       Width = 121
  112.       Height = 13
  113.       Alignment = taRightJustify
  114.       AutoSize = False
  115.       Caption = 'Error Type: '
  116.       AutoOpenURL = False
  117.       HotTrackFont.Charset = DEFAULT_CHARSET
  118.       HotTrackFont.Color = clWindowText
  119.       HotTrackFont.Height = -11
  120.       HotTrackFont.Name = 'MS Sans Serif'
  121.       HotTrackFont.Style = []
  122.     end
  123.     object MessageText: TMemo
  124.       Left = 7
  125.       Top = 53
  126.       Width = 366
  127.       Height = 84
  128.       TabStop = False
  129.       Color = clBtnFace
  130.       ReadOnly = True
  131.       TabOrder = 0
  132.       WantReturns = False
  133.     end
  134.     object ErrorAddress: TEdit
  135.       Left = 180
  136.       Top = 8
  137.       Width = 192
  138.       Height = 21
  139.       TabStop = False
  140.       ParentColor = True
  141.       ReadOnly = True
  142.       TabOrder = 1
  143.     end
  144.     object ErrorType: TEdit
  145.       Left = 180
  146.       Top = 27
  147.       Width = 192
  148.       Height = 21
  149.       TabStop = False
  150.       ParentColor = True
  151.       ReadOnly = True
  152.       TabOrder = 2
  153.     end
  154.   end
  155.   object ButtonPanel: TPanel
  156.     Left = 288
  157.     Top = 0
  158.     Width = 92
  159.     Height = 108
  160.     Align = alRight
  161.     BevelOuter = bvNone
  162.     TabOrder = 1
  163.     object DetailsBtn: TButton
  164.       Left = 7
  165.       Top = 65
  166.       Width = 79
  167.       Height = 25
  168.       TabOrder = 1
  169.       OnClick = DetailsBtnClick
  170.     end
  171.     object OKBtn: TButton
  172.       Left = 7
  173.       Top = 12
  174.       Width = 79
  175.       Height = 25
  176.       Cancel = True
  177.       Default = True
  178.       ModalResult = 1
  179.       TabOrder = 0
  180.     end
  181.   end
  182. end
  183.